home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_200 / 251_01 / warning.cug < prev   
Text File  |  1987-10-27  |  384b  |  11 lines

  1.  
  2. WARNING !!
  3.  
  4. This system relies on the default behavior of Aztec's read()
  5. and write(). Under Aztec the default behavior of low-level
  6. i/o is to read and write binary files. To adapt to other
  7. compilers you may need to modify all open() calls to
  8. specifically request binary mode (i.e. insert "rb" or "wb" mode
  9. strings).
  10.  
  11. By CUG